home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
libs
/
x
/
xview
/
xview3.004
/
xview3
/
usr
/
openwin
/
include
/
olgx_private
/
busy.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-05-30
|
328 b
|
9 lines
#define busy_width 16
#define busy_height 16
#define busy_x_hot -1
#define busy_y_hot -1
static unsigned char busy_bits[] = {
0xee, 0xee, 0xff, 0xff, 0xbb, 0xbb, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff,
0xbb, 0xbb, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff, 0xbb, 0xbb, 0xff, 0xff,
0xee, 0xee, 0xff, 0xff, 0xbb, 0xbb, 0xff, 0xff};